Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Drilling Class / CreateHexagon Method / CreateHexagon(Project,Double,List<Placement3D>) Method
Length of one edge of the drilling. Must be greater than 0.
list, that will be filled by additional created objects. may be null

CreateHexagon(Project,Double,List<Placement3D>) Method
Creates new hexagon drilling.
Syntax

Parameters

oProject
dEdgeLength
Length of one edge of the drilling. Must be greater than 0.
listOfAdditionalObjects
list, that will be filled by additional created objects. may be null

Return Value

The created Drilling.
Exceptions
ExceptionDescription
Thrown when the Drilling has already been created.
Thrown if parameter pInstallationSpace is null.
Thrown if edge length isn't greater than 0.
See Also